Description
Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.
Diagram
Overview
|
RANGEFINDER
Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.
|
onclose optional
Specify the script to run when this event occurs.
|
|
onexevent optional
Specify the script to run when this event occurs.
|
|
onmeasurement optional
Specify the script to run when this event occurs.
|
|
onopen optional
Specify the script to run when this event occurs.
|
|
Attributes
Name | Type | Use | Default | Fixed | Description |
onclose | | optional | | | Specify the script to run when this event occurs. |
onexevent | | optional | | | Specify the script to run when this event occurs. |
onmeasurement | | optional | | | Specify the script to run when this event occurs. |
onopen | | optional | | | Specify the script to run when this event occurs. |
Examples
Source
<xs:element name="RANGEFINDER" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="onclose">
<xs:annotation>
<xs:documentation>Specify the script to run when this event occurs.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="onexevent">
<xs:annotation>
<xs:documentation>Specify the script to run when this event occurs.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="onmeasurement">
<xs:annotation>
<xs:documentation>Specify the script to run when this event occurs.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="onopen">
<xs:annotation>
<xs:documentation>Specify the script to run when this event occurs.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
See Also